home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 22 / AACD 22.iso / AACD / Programming / AmigaSDL / AmigaSDL.readme < prev    next >
Encoding:
Text File  |  2001-05-15  |  2.0 KB  |  63 lines

  1. Short:    Version 1.2.0 of Amiga SDL audio/video library
  2. Author:   Gabriele Greco
  3. Uploader: gabriele.greco@aruba.it
  4. Version:  1.2.0
  5. Type:     dev/misc
  6. Replaces: SDL-Amiga.lha
  7.  
  8. This is the porting of 1.2.0 version of SDL (the latest stable one)
  9. to AmigaOS/68k.
  10.  
  11. All the bugs known of the past version have been corrected. And I've
  12. added all the new SDL features.
  13.  
  14. This version of SDL needs Cybergraphx V3 (r69+) or CyberGraphX V4
  15. and AHI v3+. Probably it works also with P96 or CGXAga, but it's 
  16. untested.
  17.  
  18. This version is available as linked library for SAS/C and GCC, only 68k this 
  19. time, a powerup (ppcemu compatible) and a morphos version will be ready quite 
  20. soon (i hope).
  21.  
  22. Implemented:
  23.  
  24. - 8/16/24/32bit video modes, both fullscreen and windowed.
  25. - Hardware surfaces.
  26. - CGX blitting acceleration.
  27. - CGX colorkey blitting acceleration.
  28. - AHI audio (8/16 bit, with any audio format), always uses unit 0 for now.
  29. - Thread support (maybe not 100% compatible with other implementations)
  30. - Semaphores 
  31. - Window resizing and backdrop windows (NEW)
  32. - Joystick/Joypad support.
  33.  
  34. To do:
  35.  
  36. - CDRom audio playing support
  37. - OpenGL (I guy was working on it but I've lost his tracks :( )
  38.  
  39. The SAS/C library is distributed with debug info attached, to strip debug info 
  40. simply add STRIPDEBUG argument to the linker.
  41.  
  42. The sources are available in the archive AmigaSDLsrc.lha. They will be 
  43. included in the official tree in the next release.
  44.  
  45. In the example dir you'll find two small games compiled for SDL:
  46.  
  47. SDLroids (a clone of the famous classic Asteroids, 
  48. http://sourceforge.net/projects/sdlroids/) and XRICK (an opensource clone
  49.  of the classic game Rick Dangerous, http://www.bigorno.net/xrick, for docs
  50. and sources)
  51.  
  52. You can find a lot of stuff, that often compiles with a simple "make" on the
  53. OFFICIAL libSDL website:
  54.  
  55. http://www.libsdl.org
  56.  
  57. This site includes lots of games, utility, docs about SDL and SDL programming,
  58. with your contribution we will be able to port TONS of application to AmigaOS!
  59.  
  60. For info, support, bugfix and other feel free to mail me:
  61.  
  62. Gabriele Greco (gabriele.greco@aruba.it)
  63.